home *** CD-ROM | disk | FTP | other *** search
/ Directorty Opus 5 - Magellan 2 / Opus 5 - Magellan 2.iso / DOpus_SDK_5.5 / amigaguide / dopus / locale.h < prev    next >
C/C++ Source or Header  |  1996-09-07  |  942b  |  41 lines

  1. @DATABASE "dopus/locale.h"
  2. @MASTER   "opussdk:include/dopus/locale.h"
  3. @REMARK   (c) Dr Greg Perry and Jonathan Potter, GPSoftware 1996
  4. @REMARK   This file was initially created by ADtoHT 2.1 on 07-Sep-96 18:20:14
  5. @REMARK   ADtoHT is © 1993-1995 Christian Stieber
  6.  
  7. @NODE MAIN "dopus/locale.h"
  8. @TOC "DopusSDK/MAIN"
  9.  
  10. @{"dopus/locale.h" LINK File}
  11.  
  12.  
  13. @{b}Structures@{ub}
  14.  
  15. @{"DOpusLocale" LINK "dopus/locale.h/File" 11}
  16.  
  17. @ENDNODE
  18. @NODE File "dopus/locale.h"
  19. #ifndef _DOPUS_LOCALE
  20. #define _DOPUS_LOCALE
  21.  
  22. /*****************************************************************************
  23.  
  24.  Locale
  25.  
  26.  *****************************************************************************/
  27.  
  28. // Locale marker
  29. struct DOpusLocale
  30. {
  31.         APTR            li_LocaleBase;
  32.         APTR            li_Catalog;
  33.         char            *li_BuiltIn;
  34.         struct Locale   *li_Locale;
  35. };
  36.  
  37. STRPTR DOpusGetString(@{"struct DOpusLocale" LINK File 11} *,LONG);
  38.  
  39. #endif
  40. @ENDNODE
  41.